home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / Basic Apps / OmniWeb.1.0.app / English.lproj / ServerPreferences.nib / data.classes next >
Encoding:
Text File  |  1995-03-03  |  573 b   |  22 lines

  1. ServerPreferences = {
  2.     ACTIONS = {
  3.     "addLocalServer:" = "addLocalServer:"; 
  4.     "addProxy:" = "addProxy:"; 
  5.     "edit:" = "edit:"; 
  6.     "removeEntry:" = "removeEntry:"; 
  7.     "select:" = "select:"; 
  8.     }; 
  9.     OUTLETS = {
  10.     localServerBox = localServerBox; 
  11.     newsHostTextField = newsHostTextField; 
  12.     proxyBox = proxyBox; 
  13.     }; 
  14.     SUPERCLASS = PreferenceClient; 
  15. };
  16. PreferenceClient = {
  17.     ACTIONS = {"setValueForSender:" = "setValueForSender:"; }; 
  18.     OUTLETS = {controlBox = controlBox; }; 
  19.     SUPERCLASS = Object; 
  20. };
  21. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  22.